var reflect.kindNames

3 uses

	reflect (current package)
		type.go#L493: 	if uint(k) < uint(len(kindNames)) {
		type.go#L494: 		return kindNames[uint(k)]
		type.go#L499: var kindNames = []string{